home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / bat_form.zip / READ.ME < prev   
Text File  |  1993-09-02  |  5KB  |  124 lines

  1.  
  2. ══════════════════════════════════════════════════════════════════════════════
  3.                                   BATCH FORMAT
  4. ══════════════════════════════════════════════════════════════════════════════
  5.  
  6.         This "4Dos" batch file was created to format groups of floppies with
  7. a minimal amount of input from the user.  You can either enter all the infor-
  8. mation on the command line, or enter the command alone and you'll be prompted
  9. for the appropriate information.  Entering the command followed by a question
  10. mark or the letter H will display the basic USAGE information.  To format a
  11. group of 1.44Mb floppies in the "A" drive you could enter the command:
  12.  
  13.                                   BAT_FORM A 1
  14.  
  15.                             or    BAT_FORM A 1.44
  16.  
  17.                             or    BAT_FORM A 144
  18.  
  19.                             or    BAT_FORM 1 a
  20.  
  21.                             or    BAT_FORM 1.44 A
  22.  
  23.                             or    BAT_FORM 144 A
  24.  
  25.  
  26.  
  27.         Once the floppy is formatted you'll be prompted whether you want to
  28. format another.  If you press the "Escape" key you'll exit the program.  If
  29. you press the "N" key (no) you'll be prompted to enter new drive and size
  30. specifications.  If you press the "Enter" (Return) or "Y" keys the formatting
  31. will start up immediately again (so swap disks first!).
  32.  
  33.         In general, when prompted for a response the "Escape" key will exit
  34. the program.
  35.  
  36.  
  37. The initial screen should look like this:
  38.  
  39.                            ╔════════════════╗
  40.                            ║ "Batch Format" ║
  41.                            ╚════════════════╝
  42.                        ╒═════════════════════════╕
  43.                        │  Floppy Drive [A|B]: _  │
  44.                        │    Floppy Density:      │
  45.                        ╘═════════════════════════╛
  46.                    ┌─────────────────────────────────┐
  47.                    │  1) 3½" High   Density (1.44M)  │
  48.                    │  2) 5¼" High   Density (1.2 M)  │
  49.                    │  3) 3½" Double Density ( 720k)  │
  50.                    │  4) 5¼" Double Density ( 360k)  │
  51.                    │  5) 3½" Extra  Density (2.88M)  │
  52.                    └─────────────────────────────────┘
  53.  
  54.  
  55.         At the Floppy Drive [A|B]:  prompt press either A or B
  56. or the Escape key.
  57.  
  58.         At the Floppy Density:  prompt press 1, 2, 3, 4, 5 or the
  59. Escape key, again.  You should then see something like...
  60.  
  61.  
  62.                            ╔════════════════╗
  63.                            ║ "Batch Format" ║
  64.                            ╚════════════════╝
  65.                        ╒═════════════════════════╕
  66.                        │  Floppy Drive [A|B]: A  │
  67.                        │    Floppy Density: 1    │
  68.                        ╘═════════════════════════╛
  69.                    ┌─────────────────────────────────┐
  70.                    │  1) 3½" High   Density (1.44M)  │
  71.                    │  2) 5¼" High   Density (1.2 M)  │
  72.                    │  3) 3½" Double Density ( 720k)  │
  73.                    │  4) 5¼" Double Density ( 360k)  │
  74.                    │  5) 3½" Extra  Density (2.88M)  │
  75.                    └─────────────────────────────────┘
  76.  
  77.  Formatting 1.44M
  78.    6 percent completed.
  79.  
  80.  
  81.         At the  Format Another ?  prompt press  N or the  Escape key if
  82. you're all done, otherwise a Y or the Enter (Return) key will begin the
  83. Formatting of the disk in the selected drive (so change floppies BEFORE
  84. pressing the key)...
  85.  
  86.                            ╔════════════════╗
  87.                            ║ "Batch Format" ║
  88.                            ╚════════════════╝
  89.                        ╒═════════════════════════╕
  90.                        │  Floppy Drive [A|B]: A  │
  91.                        │    Floppy Density: 1    │
  92.                        ╘═════════════════════════╛
  93.                    ┌─────────────────────────────────┐
  94.                    │  1) 3½" High   Density (1.44M)  │
  95.                    │  2) 5¼" High   Density (1.2 M)  │
  96.                    │  3) 3½" Double Density ( 720k)  │
  97.                    │  4) 5¼" Double Density ( 360k)  │
  98.                    │  5) 3½" Extra  Density (2.88M)  │
  99.                    └─────────────────────────────────┘
  100.  Format Another ?
  101.  Formatting 1.44M
  102.  100 percent completed.
  103.  
  104.  
  105.         For this BATCH file to work you MUST be using 4Dos (which means
  106. it will *PROBABLY* work with NDos).   I'm using 4Dos ver 4.02 rev B and
  107. haven't tested it with anything else.   You can rename the file to any-
  108. thing you like (I use BF.BTM). If there's a problem you can let me know,
  109. but its dubious that I'll have time for anything esoteric,  which leads
  110. me to...
  111.  
  112.             This program is released into the Public Domain
  113.             because that's what its worth !
  114.  
  115.  
  116.                                                   Mr. Jiggs
  117.                                             Fotobeam/Brookside SysOp
  118.                                                (617) 893-6812
  119.  
  120.  
  121. ══════════════════════════════════════════════════════════════════════════════
  122.                                   BATCH FORMAT
  123. ══════════════════════════════════════════════════════════════════════════════
  124.